STEP 7: Let's use our program to count the number of times each color appears!
We'll use a list to store the number of times each value in our sample space appears in the experimental data.
- In LOGIC, click on . Drag out Empty List. Drop it outside of your loop. It should not be indented!
- Rename the empty list from my_list to freq_list.
To navigate the page using the TAB key, first press ESC to exit the code editor.